object Form2: TForm2 Left = 254 Top = 120 BorderStyle = bsDialog Caption = 'Costumize text...' ClientHeight = 357 ClientWidth = 429 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 2 Top = 2 Width = 425 Height = 353 BevelInner = bvLowered BorderWidth = 3 TabOrder = 0 object Label1: TLabel Left = 72 Top = 24 Width = 277 Height = 24 Caption = 'Costumize bar and About box' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 24 Top = 80 Width = 374 Height = 18 AutoSize = True Picture.Data = {} end object Label2: TLabel Left = 32 Top = 82 Width = 54 Height = 13 Caption = 'Your text....' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True Layout = tlCenter end object Image2: TImage Left = 24 Top = 160 Width = 203 Height = 136 AutoSize = True Picture.Data = {} end object Label3: TLabel Left = 46 Top = 196 Width = 165 Height = 22 AutoSize = False Caption = ' Your text...' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label4: TLabel Left = 58 Top = 226 Width = 151 Height = 15 AutoSize = False Caption = ' More of your text' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label5: TLabel Left = 48 Top = 246 Width = 163 Height = 24 AutoSize = False Caption = ' Text text text' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Edit1: TEdit Left = 28 Top = 109 Width = 235 Height = 21 MaxLength = 42 TabOrder = 0 Text = 'Your text....' OnChange = Edit1Change end object Edit2: TEdit Left = 250 Top = 194 Width = 129 Height = 21 MaxLength = 20 TabOrder = 1 Text = ' Your text...' OnChange = Edit2Change end object Edit3: TEdit Left = 250 Top = 222 Width = 129 Height = 21 MaxLength = 30 TabOrder = 2 Text = ' More of your text' OnChange = Edit3Change end object Edit4: TEdit Left = 250 Top = 250 Width = 129 Height = 21 MaxLength = 20 TabOrder = 3 Text = ' Text text text' OnChange = Edit4Change end object Button1: TButton Left = 328 Top = 308 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 230 Top = 308 Width = 75 Height = 25 Caption = 'Next >' TabOrder = 5 OnClick = Button2Click end end object Button3: TButton Left = 146 Top = 310 Width = 75 Height = 25 Caption = '< Back' TabOrder = 1 OnClick = Button3Click end end